home *** CD-ROM | disk | FTP | other *** search
/ Erotic Games: Memory / Erotic Games: Memory.iso / mac / air_installers / AdobeAIR.exe / setup.swf / scripts / zh_Hant$CSS_properties.as < prev    next >
Text File  |  2009-02-12  |  2KB  |  42 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class zh_Hant$CSS_properties extends ResourceBundle
  6.    {
  7.        
  8.       
  9.       public function zh_Hant$CSS_properties()
  10.       {
  11.          super("zh_Hant","CSS");
  12.       }
  13.       
  14.       override protected function getContent() : Object
  15.       {
  16.          return {
  17.             "Button-fontFamilyMac":"Apple LiGothic Medium,Lucida Grande, Verdana, Arial, _sans",
  18.             "h1-fontFamilyMac":"Apple LiGothic Medium,Lucida Grande, Verdana, Arial, _sans",
  19.             "h2-fontFamilyMac":"Apple LiGothic Medium,Lucida Grande, Verdana, Arial, _sans",
  20.             "Button-fontSize":"14",
  21.             "Button-paddingRight":"12",
  22.             "Application-fontFamilyMac":"Apple LiGothic Medium,Lucida Grande, Verdana, Arial, _sans",
  23.             "Button-fontFamily":"MS JhengHei,MingLiu,Lucida Grande, Verdana, Arial, _sans",
  24.             "h1-fontWeight":"normal",
  25.             "h1-fontSize":"18",
  26.             "Application-fontSize":"12",
  27.             "h2-fontWeight":"normal",
  28.             "CheckBox-fontSize":"12",
  29.             "Button-paddingLeft":"12",
  30.             "CheckBox-fontFamilyMac":"Apple LiGothic Medium,Lucida Grande, Verdana, Arial, _sans",
  31.             "h1-fontFamily":"MS JhengHei,MingLiu,Lucida Grande, Verdana, Arial, _sans",
  32.             "h2-fontSize":"14",
  33.             "CheckBox-fontFamily":"MS JhengHei,MingLiu,Lucida Grande, Verdana, Arial, _sans",
  34.             "h2-fontFamily":"MS JhengHei,MingLiu,Lucida Grande, Verdana, Arial, _sans",
  35.             "formItemText-fontWeight":"normal",
  36.             "Button-fontWeight":"normal",
  37.             "Application-fontFamily":"MS JhengHei,MingLiu,Lucida Grande, Verdana, Arial, _sans"
  38.          };
  39.       }
  40.    }
  41. }
  42.